object AlarmMessageForm: TAlarmMessageForm Left = 540 Top = 141 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow BorderWidth = 4 ClientHeight = 113 ClientWidth = 233 Color = clBtnFace Constraints.MinHeight = 148 Constraints.MinWidth = 249 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object MessageLabel: TLabel Left = 8 Top = 32 Width = 67 Height = 13 Caption = 'Message Text' end object InvisibleLabel: TLabel Left = 8 Top = 48 Width = 62 Height = 13 Caption = 'Invisible Text' Visible = False end object Button_OK: TButton Left = 152 Top = 80 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' Default = True TabOrder = 0 OnClick = Button_OKClick end object StaticText_Caption: TStaticText Left = 0 Top = 0 Width = 233 Height = 20 Align = alTop Alignment = taCenter AutoSize = False BorderStyle = sbsSingle Caption = 'Alarm Message' Color = 12937777 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentColor = False ParentFont = False TabOrder = 1 end end